A group in a test.
/LoadTest/rest/domains/{domainName}/projects/{projectName}/tests/{ID}/Groups/{group name}
Adds a group to a test, deletes a group from a test, gets data on group, or updates the data of existing group in test.
PUT: If group exists in test, that data is updated. If not, new group is added. The data can be passed as XML or as JSON containing the equivalent data.
GET: Gets the data on the group.
PUT: Adds or updates the group.
DELETE: Removes the group from the test.
Headers:
PUT, one of:
GET: One of:
Cookies:
LWSSO_COOKIE_KEY={LwssoCookie};QCSession={QCSessionCookie};
Request Body:
GET: No request body.
DELETE: No request body.
PUT: An XML describing the data to be updated in the test, or the equivalent in JSON format. See test entity XML
Headers:
None
Cookies:
None
HTML Return Code:
See the HTTP Return Codes
HTML Body:
PUT, DELETE: None
GET: The data on the group.
|